func runtime.rawbyteslice

2 uses

	runtime (current package)
		string.go#L172: 		b = rawbyteslice(len(s))
		string.go#L272: func rawbyteslice(size int) (b []byte) {